home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-stuttgart.de!news
- From: Markus Heller <Markus.Heller@studbox.uni-stuttgart.de>
- Newsgroups: comp.lang.c
- Subject: Re: calling C-functions from FORTRAN
- Date: 1 Mar 1996 13:35:42 GMT
- Organization: Comp.Center (RUS), U of Stuttgart, FRG
- Message-ID: <4h6ufe$3d8u@info4.rus.uni-stuttgart.de>
- References: <3136F4BC.41C6@indi.aci.uni-heidelberg.de>
- NNTP-Posting-Host: rusxppp133.rus.uni-stuttgart.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.12 (X11; I; Linux 1.2.13 i486)
- X-URL: news://news/3136F4BC.41C6@indi.aci.uni-heidelberg.de
-
- Well,
-
- as far as i know Fortran requires all procedures to be call-by-reference,
- so you should implement the c-functions as call-by-reference.
-
- Markus
-
-